home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Development / General / GCC 1.37.1r15 / Machines / xm-vaxv.h < prev    next >
Text File  |  1990-03-14  |  185b  |  10 lines

  1. /* Config file for Vax running system V.  */
  2.  
  3. #include "xm-vax.h"
  4.  
  5. #define USG
  6.  
  7. #define bcopy(a,b,c) memcpy (b,a,c)
  8. #define bzero(a,b) memset (a,0,b)
  9. #define bcmp(a,b,c) memcmp (a,b,c)
  10.